home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Le Grandi Epoche Storiche 1: L'Antico Egitto
/
Le Grandi Epoche Storiche - Egitto.iso
/
pc
/
Flash
/
Pic.swf
/
scripts
/
DefineSprite_16
/
frame_3
/
DoAction.as
Wrap
Text File
|
2001-01-24
|
385b
|
17 lines
dif = int(go - scroll_pos);
targetpos = dif * "0.2";
xpos = scroll_pos + targetpos;
currentpos = getProperty("../scroller", _X);
scroll_pos = getProperty("../scroller", _X);
setProperty("../scroller", _X, xpos);
if(dif == "0")
{
xpos = go;
setProperty("../scroller", _X, xpos);
tellTarget("../controller1")
{
gotoAndPlay(1);
}
gotoAndStop(1);
}